home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / m68k / 202 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  39 lines

  1. Path: ifi.uio.no!usenet
  2. From: "B°rge Strand" <borges@ifi.uio.no>
  3. Newsgroups: comp.sys.m68k
  4. Subject: Coding
  5. Date: 2 Feb 1996 14:26:22 GMT
  6. Organization: University of Oslo
  7. Message-ID: <4et6ue$sse@glitnir.ifi.uio.no>
  8. NNTP-Posting-Host: haugstari.ifi.uio.no
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; IRIX 5.3 IP22)
  13. X-URL: news:comp.sys.m68k
  14.  
  15. I guess some of you will find this rather strange, but I still dare to ask
  16. you for help!
  17.  
  18.  
  19. I'm making some algorithms for a particular hardware device work on an M68000
  20. I'm programming it in assembler, but run into some problems when I want to
  21. evaluate how well it all works. I compile on my PC and send the s-file via
  22. serial line to the external device.
  23.  
  24. It does not have very much ram and defenitely no disc access. I therefore want
  25. to run this code on my PC, with looping and disc access written in high level
  26. and the calculations being pure 68k assembler in some kind of procedure.
  27.  
  28. This can be done on PCs with for example Borland Pascal 7.0. There you simply
  29. type "asm" and follow with intel assembler code and finally "end"
  30.  
  31. Is there any way this may be done with 68k assembler?
  32.  
  33. I have executor on my PC. Is there a mac programming language supported from 
  34. executor which is able to perform such tasks?
  35.  
  36.  
  37. Kind regards from Boerge Strand
  38.  
  39.